home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 March / PC Plus Super CD (Issue 101) (March 1995).iso / sharewar / vfd / sample.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-25  |  217 b   |  10 lines

  1. echo off
  2. rem Replace the AVI file names with your favorite RLE AVIs.
  3. :start
  4. geewiz pretty.avi -l1 -g -d -f3
  5. if errorlevel 1 goto end
  6. geewiz pretty2.avi -l1 -g -d -f3
  7. if errorlevel 1 goto end
  8. goto start
  9. :end
  10.